/* file: https://fm.cnbc.com/applications/cnbc.com/resources/files/2017/07/24/video_gallery.1.6.css?vn=1535483544*/
#cnbc-new-header ul li a { padding: 0 8px !important;}
#tabs_carousel_wrapper .tabContents{min-height:550px;}

/* Overrides for watch live alert */
#cnbc-alert-container-watch-live  {
	background-color: #e96525 !important;
}

#cnbc-alert-container-watch-live-international  {
	background-color: #e96525 !important;
}

.gig-share-button button.tabbing-button {display: none;}

#cnbc-new-header ul li a
{ padding: 0 6px !important;}
/* for search overlay*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
    .AppCnbcPhoenix .SearchToggle-megaMenuButton .icon-search {
        margin-left: 50px;
    }
}



/* file: https://fm.cnbc.com/applications/cnbc.com/resources/files/2016/08/22/cnbc_nav_skin_8.css?vn=1495142212*/
/*skin:[QA01]103845534[STG01]103851668[STG02]103781336[prod]103884698*/
#featured-menu-container .pro .subscribe2 a {
	color: #4fbf85 !important;
}

#featured-menu-container .pro .subscribe2 a:hover {
	color: #2FA5E3 !important;
}

.pro-user .cnbc-menu .subscribe2 {
	display: none !important;
}

* {user-select: text;}
/* file: https://fm.cnbc.com/applications/cnbc.com/resources/files/2017/01/05/tp_cursor_fix.css?vn=1483638002*/
/* fix for The Platform JS player adding .tpControlsHidden to the <body> of Home Page and styling the cursor with 'none!important' making the cursor disappear from the page when playing video */
.tpControlsHidden, .tpControlsHidden * {
    cursor: auto !important;
}
/* hide the cursor in player full-screen mode - The Platform's initial intention */
.tpControlsHidden .tpContainer, .tpControlsHidden .tpContainer * {
    cursor: none !important;
}
/* file: https://fm.cnbc.com/applications/cnbc.com/resources/files/2018/08/03/redesign-skin-fix-desktop_5.css?vn=1533830128*/
#seemorearrow {
  height: auto;
}

#GlobalNavigation {
  z-index: 9999;
}

.AppCnbcPhoenix {
  min-width: 970px;
}

@media (min-width: 720px) {
  .AppCnbcPhoenix .Topic-header {
    font-size: 30px;
    font-weight: 700;
  }
} 

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  {
  body:not(#page_home_page_ng) .AppCnbcPhoenix {
    min-width: 970px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
   /* IE10+ specific styles go here */
   .AppCnbcPhoenix .SearchResults-searchResultsSelectIcon.icon-arrow-down-readmore {
     display: none;
   }

   body .AppCnbcPhoenix .searchResultsCols {
    max-width: 1320px;
    min-width: 1320px;
   }
}

